Changeset 781 for trunk/thirds
- Timestamp:
- Jun 27, 2016, 8:58:38 AM (8 years ago)
- Location:
- trunk/thirds
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/cgic206/cgic.html
r348 r781 1630 1630 </strong><br><dd> 1631 1631 cgiHeaderLocation() should be called if the programmer wishes to 1632 redirect the user to a different URL. No fu ther output1632 redirect the user to a different URL. No further output 1633 1633 is needed in this case. 1634 1634 <p> -
trunk/thirds/dirent-win32/dirent.h
r476 r781 287 287 } 288 288 if (FindNextFileA (dirp->search_handle, &dirp->find_data) == FALSE) { 289 /* the very last entry has been processed or an error occur ed */289 /* the very last entry has been processed or an error occurred */ 290 290 FindClose (dirp->search_handle); 291 291 dirp->search_handle = INVALID_HANDLE_VALUE;
Note: See TracChangeset
for help on using the changeset viewer.