X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fsymtab.c;h=96dee35b32ef44d5d10b898ec6fae81b0d36b52b;hb=d86089d1dfe8565a3cf6f9d6e2fe96d29d6ab5f1;hp=99312acaeb83a3172d4ebabd41933bab690a78a1;hpb=5d2a3d246d400d45dfd4c49ddb588c69fb60873d;p=dump.git diff --git a/restore/symtab.c b/restore/symtab.c index 99312ac..96dee35 100644 --- a/restore/symtab.c +++ b/restore/symtab.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: symtab.c,v 1.18 2002/01/25 15:09:00 stelian Exp $"; + "$Id: symtab.c,v 1.19 2002/07/19 14:57:40 stelian Exp $"; #endif /* not lint */ /* @@ -518,7 +518,7 @@ dumpsymtable(char *filename, long checkpt) /* * Convert entry pointers to indexes, and output */ - for (i = 0; i < entrytblsize; i++) { + for (i = 0; (long)i < entrytblsize; i++) { if (entry[i] == NULL) tentry = NULL; else