From 5f7d21d9ab7d9d7bc246e9c9ede9ff35d07353cf Mon Sep 17 00:00:00 2001 From: wens Date: Thu, 29 May 2008 01:04:34 +0000 Subject: don't convert folders when importing for boards git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4329 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- trans/wretch_trans.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trans/wretch_trans.c b/trans/wretch_trans.c index 6a0021bf..d4c85b6f 100644 --- a/trans/wretch_trans.c +++ b/trans/wretch_trans.c @@ -75,6 +75,9 @@ int convert(char *fname, char *newpath) } else if (whdr.xmode & WR_GEM_FOLDER) { /* folder */ + if (!trans_man) + continue; + stampdir(newpath, &fhdr); if (trans_man) -- cgit v1.2.3