Ignore:
Timestamp:
Mar 25, 2007, 5:18:51 PM (18 years ago)
Author:
Yuri Dario
Message:

Source code upgrade to 3.0.25pre2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/web/statuspage.c

    r1 r22  
    102102{
    103103        static pstring buf;
    104         pstrcpy(buf, time_to_asc(&t));
     104        pstrcpy(buf, time_to_asc(t));
    105105        all_string_sub(buf," "," ",sizeof(buf));
    106106        return buf;
Note: See TracChangeset for help on using the changeset viewer.