]> andersk Git - splint.git/blobdiff - test/db1/employee.c
Got rid of [look into this ] messages in null.expect and outglob.expect
[splint.git] / test / db1 / employee.c
index 76354e91bcad97887ef1b4fa0df06d7bbf8ea517..1ad0a5cc70df37cd1a44a9bfe33efa2f2511ab71 100644 (file)
@@ -8,7 +8,8 @@ bool employee_setName (employee *e, char na [])
   
   for (i = 0; na[i] != '\0'; i++)
     {
-      if (i == maxEmployeeName) return FALSE;
+      if (i == maxEmployeeName) 
+       return FALSE; /* e->name is not defined (new error - 2001-07-12) */
     }
 
   strcpy (e->name, na);
This page took 0.032072 seconds and 4 git commands to generate.