Mitesh Patel
/
CameraC328_TestProgram1
Revision 1:78aaadfd1ece, committed 2010-12-14
- Comitter:
- mitesh2patel
- Date:
- Tue Dec 14 13:27:41 2010 +0000
- Parent:
- 0:162e214baa3d
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 162e214baa3d -r 78aaadfd1ece main.cpp --- a/main.cpp Mon Dec 13 07:04:32 2010 +0000 +++ b/main.cpp Tue Dec 14 13:27:41 2010 +0000 @@ -177,7 +177,7 @@ fprintf(fp, "<title> cam test page </title>\n"); fprintf(fp, "<body> cam test page "); fprintf(fp,"<div id='my_area' align='center'>"); - fprintf(fp, "<IMG SRC='/fs/JPPV0000.jpg'>"); + fprintf(fp, "<IMG SRC='JPPV0000.jpg'>"); fprintf(fp, " </body>\n"); fprintf(fp, "</a>"); fclose(fp);