summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2006-09-24 05:44:01 +0000
committerDimitri Sokolyuk <demon@dim13.org>2006-09-24 05:44:01 +0000
commit6a55cdcd3321e737db0b22b0a46a69142d8987f0 (patch)
tree75537b3a52ffb697d67ea93f1cce5e9d2d1f98a5
parent128e504aa9b3014f9ffba8e9b9b8164cc83d2c70 (diff)
AN Other
-rw-r--r--math/mkdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mkdb.c b/math/mkdb.c
index 759a012..83c98c0 100644
--- a/math/mkdb.c
+++ b/math/mkdb.c
@@ -103,7 +103,7 @@ walk(char **fname)
if (mp->title == NULL)
mp->title = mp->dir;
if (mp->author == NULL)
- mp->author = strdup("unknown");
+ mp->author = strdup("A. N. Other");
if (mp->language == NULL)
mp->language = strdup("en");