Fix misuse of NULL for arithmetic type

This commit is contained in:
Pavel Roskin 2016-11-13 23:27:58 -08:00
parent 4234ed278e
commit bf39fed6e4

View File

@ -1871,7 +1871,7 @@ void xfuse_devredir_cb_file_close(void *vp)
fip->fi, (long long) fip->fi->fh);
free((char *) (tintptr) (fip->fi->fh));
fip->fi->fh = NULL;
fip->fi->fh = 0;
}
#endif