Changeset 22 for trunk/samba/source/web/statuspage.c
- Timestamp:
- Mar 25, 2007, 5:18:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/web/statuspage.c
r1 r22 102 102 { 103 103 static pstring buf; 104 pstrcpy(buf, time_to_asc( &t));104 pstrcpy(buf, time_to_asc(t)); 105 105 all_string_sub(buf," "," ",sizeof(buf)); 106 106 return buf;
Note:
See TracChangeset
for help on using the changeset viewer.