From 52492ca04b153e2716d09c5239715aab3068b453 Mon Sep 17 00:00:00 2001 From: wens Date: Sun, 25 May 2008 04:32:36 +0000 Subject: Fix man path error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4324 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- trans/sob_trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans') diff --git a/trans/sob_trans.c b/trans/sob_trans.c index 35cffbc7..a33bc6d6 100644 --- a/trans/sob_trans.c +++ b/trans/sob_trans.c @@ -34,7 +34,7 @@ int convert(const char *oldpath, char *newpath) /* folder */ stampdir(newpath, &fhdr); - convert(whdr.filename, newpath); + convert(buf, newpath); } else { /* article */ -- cgit v1.2.3