Fix FS init.

This commit is contained in:
StapleButter 2014-09-11 21:02:56 +02:00
parent a9f4b3402b
commit ad08977e37

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;
} }