ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostStatus/Host.cpp
(Generate patch)

Comparing HostStatus/Host.cpp (file contents):
Revision 33 by Douglas Thrift, 2003-11-15T00:38:48-08:00 vs.
Revision 36 by Douglas Thrift, 2003-11-15T02:21:22-08:00

# Line 16 | Line 16 | void Host::setSince(const string& since)
16          
17          localtime_r(&time, &when);
18  
19 <        char then[45];
19 >        char then[61];
20  
21 <        strftime(then, 45, "%A %B %e, %Y %l:%M:%S %p %Z", &when);
21 >        strftime(then, 61, "%A, %B %e,&nbsp;%Y %l:%M:%S&nbsp;%p&nbsp;%Z", &when);
22  
23          this->since = then;
24   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines