mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
suppress unneeded output in minizip/zipunzip.cpp
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23666 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed4919cd1a
commit
be73bdd410
@ -355,7 +355,7 @@ int do_extract_currentfile(unzFile uf,
|
||||
// this is a directory
|
||||
if ((*filename_withoutpath)=='\0') {
|
||||
if ((*popt_extract_without_path)==0) {
|
||||
printf("Create directory %s\n", filename_inzip);
|
||||
// printf("Create directory %s\n", filename_inzip);
|
||||
FileName(filename_inzip).createPath();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user