Changeset 489

Show
Ignore:
Timestamp:
02/26/07 18:01:08 (2 years ago)
Author:
anthony_rowe
Message:

polly fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/security-cam/main.c

    r487 r489  
    137137 
    138138    // print file that you are going to write to stderr 
    139     fprintf (stderr, "%s\r\n", filename); 
     139    fprintf (stderr, "<%s>\r\n", filename); 
    140140    f = fopen (filename, "w"); 
    141141    if (f == NULL || img_cnt > 200) {