The result of getopt() should not be converted to "char" - it breaks on PPC

This commit is contained in:
Pavel Roskin 2000-07-14 15:18:57 +00:00
parent fad04fdd12
commit 93c0d9f090

View File

@ -189,7 +189,7 @@ rm_Action(const char *fileName, struct stat *statbuf, void* junk)
extern int cp_mv_main(int argc, char **argv)
{
volatile int i;
char c;
int c;
if (*applet_name == 'c' && *(applet_name + 1) == 'p')
dz_i = is_cp;