aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fortune.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-26 03:07:52 +0000
committerrsc <devnull@localhost>2004-03-26 03:07:52 +0000
commiteeb7312231d91d32c561fd9dd07aeed554ba998d (patch)
tree8a96f76dfcaea480a0395eaed98ee388bd14124c /src/cmd/fortune.c
parent478bbc757a967a814c86f1448843ff72506b3b68 (diff)
downloadplan9port-eeb7312231d91d32c561fd9dd07aeed554ba998d.tar.gz
plan9port-eeb7312231d91d32c561fd9dd07aeed554ba998d.tar.bz2
plan9port-eeb7312231d91d32c561fd9dd07aeed554ba998d.zip
Fortune fix
Diffstat (limited to 'src/cmd/fortune.c')
-rw-r--r--src/cmd/fortune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/fortune.c b/src/cmd/fortune.c
index 4aa895fe..d53fc0b4 100644
--- a/src/cmd/fortune.c
+++ b/src/cmd/fortune.c
@@ -22,7 +22,7 @@ main(int argc, char *argv[])
Biobuf *f, g;
index = unsharp(index);
- fortunes = unsharp(index);
+ fortunes = unsharp(fortunes);
newindex = 0;
oldindex = 0;