diff options
Diffstat (limited to 'trans/wretch_trans.c')
-rw-r--r-- | trans/wretch_trans.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) |