From 1d900def57e54db2ac5c83a82b3ab988f19f88af Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 12 Mar 2008 03:46:49 +0000 Subject: [PATCH] Remove another 'Create directory' message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23679 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/minizip/zipunzip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/minizip/zipunzip.cpp b/src/support/minizip/zipunzip.cpp index c8bce55555..e61bf217d3 100644 --- a/src/support/minizip/zipunzip.cpp +++ b/src/support/minizip/zipunzip.cpp @@ -372,7 +372,7 @@ int do_extract_currentfile(unzFile uf, (filename_withoutpath!=(char*)filename_inzip)) { char c=*(filename_withoutpath-1); *(filename_withoutpath-1)='\0'; - printf("Create directory %s\n", full_path); + // printf("Create directory %s\n", full_path); FileName(full_path).createPath(); *(filename_withoutpath-1)=c; fout=fopen(full_path,"wb"); -- 2.39.2