Added a type cast to avoid GCC warnings.

This commit is contained in:
Roland Illig 2004-08-16 04:27:25 +00:00
parent a998d33f7c
commit 6d483846cb

View File

@ -86,7 +86,7 @@ sfs_vfmake (struct vfs_class *me, const char *name, char *cache)
g_free (pname);
#define COPY_CHAR \
if (t-pad>sizeof(pad)) { \
if ((size_t) (t-pad) > sizeof(pad)) { \
g_free (pqname); \
return -1; \
} \