Merge pull request #10 from StapleButter/refactor

Fix FS init.
This commit is contained in:
plutoo 2014-09-11 21:04:35 +02:00
commit b832ed5179

View File

@ -68,7 +68,7 @@ FSUSER_Initialize(Handle* handle)
{ {
// don't run command if we got handle from the list // don't run command if we got handle from the list
handle = &fsuHandle; handle = &fsuHandle;
if(fsuHandle != 0 && __get_handle_from_list("fs:USER")==0) if(fsuHandle != 0 && __get_handle_from_list("fs:USER")!=0)
return 0; return 0;
} }