Actions
Bug #2997
closeddragonfly/sbin/camcontrol/modeedit.c: newbie error with char and int
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/29/2017
Due date:
% Done:
0%
Estimated time:
Description
dragonfly/sbin/camcontrol/modeedit.c:397]: (warning) Storing fgetc() return value in char variable and then comparing with EOF.
dragonfly/sbin/camcontrol/modeedit.c:406]: (warning) Storing fgetc() return value in char variable and then comparing with EOF.
Page 16 of K & R 2. Someone doesn't know the basics ;->
Actions