mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile/Main: CID 89623
This commit is contained in:
parent
c73ad48482
commit
d8d8508fe3
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ main(
|
||||||
struct timeval update_time_fs;
|
struct timeval update_time_fs;
|
||||||
#endif
|
#endif
|
||||||
struct passwd * pw;
|
struct passwd * pw;
|
||||||
char current_directory[MAX_PATH];
|
char current_directory[MAX_PATH] = {0};
|
||||||
struct passwd * pwInfo;
|
struct passwd * pwInfo;
|
||||||
char * homeDir;
|
char * homeDir;
|
||||||
XEvent event;
|
XEvent event;
|
||||||
|
|
Loading…
Reference in a new issue