PVS V739: EOF compared with a value of the char type.
Change-Id: Icfaff590359381fbdd3bbd7993dab92111da3ed1 Reviewed-on: https://review.haiku-os.org/c/1618 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
194c483884
commit
319c399d61
@@ -71,7 +71,7 @@ private:
|
||||
|
||||
status_t EachArgvPrivate(const char* name,
|
||||
ArgvHandler argvHandlerFunc, void* passThru);
|
||||
char GetCh();
|
||||
int GetCh();
|
||||
|
||||
status_t SendArgv(ArgvHandler argvHandlerFunc, void* passThru);
|
||||
// done with a whole line of argv, send it off and get ready
|
||||
|
||||
Reference in New Issue
Block a user