Changeset 383 for trunk/src/sh_html.c
- Timestamp:
- Dec 5, 2011, 10:30:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_html.c
r248 r383 158 158 #endif 159 159 if (time_ptr != NULL) 160 st atus = strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr);160 strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); 161 161 now = time(NULL); 162 162 #if defined(HAVE_PTHREAD) && defined (_POSIX_THREAD_SAFE_FUNCTIONS) && defined(HAVE_LOCALTIME_R) … … 166 166 #endif 167 167 if (time_ptr != NULL) 168 st atus = strftime (ts2, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr);168 strftime (ts2, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); 169 169 170 170 sl_snprintf(outline, 1023, … … 192 192 #endif 193 193 if (time_ptr != NULL) 194 st atus = strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr);194 strftime (ts1, 80, _("%d-%m-%Y %H:%M:%S"), time_ptr); 195 195 sl_snprintf(outline, 1023, 196 196 _("<p>Last connection at %s</p>"), … … 323 323 { 324 324 entry_size = 0; 325 add_size = 0;325 /* add_size = 0; *//* never read */ 326 326 SL_RETURN( 0, _("sh_html_get_entry")); 327 327 }
Note:
See TracChangeset
for help on using the changeset viewer.