mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
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:
parent
adaa376fd5
commit
1d900def57
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user