Remove another 'Create directory' message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2008-03-12 03:46:49 +00:00
parent adaa376fd5
commit 1d900def57

View File

@ -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");