X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fexport%2Fexport.c;fp=support%2Fexport%2Fexport.c;h=0257903b45b233d4f44ad8df461655291516b132;hp=4fda30a799169e232e42b56d63579e315748c3c9;hb=a16f4a13677d13b0aae9327a3b9e8414470b7927;hpb=b010d126bbb8265e5717e596711d754baec11e6c diff --git a/support/export/export.c b/support/export/export.c index 4fda30a..0257903 100644 --- a/support/export/export.c +++ b/support/export/export.c @@ -357,7 +357,7 @@ strtoint(char *str) static int export_hash(char *str) { - int num = strtoint(str); + unsigned int num = strtoint(str); return num % HASH_TABLE_SIZE; }