Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/time.cfa

    rfd54fef re3fea42  
    3131
    3232
    33 forall( ostype & | ostream( ostype ) ) {
     33forall( dtype ostype | ostream( ostype ) ) {
    3434        ostype & ?|?( ostype & os, Duration dur ) with( dur ) {
    3535                (ostype &)(os | tn / TIMEGRAN);                                 // print seconds
     
    136136} // strftime
    137137
    138 forall( ostype & | ostream( ostype ) ) {
     138forall( dtype ostype | ostream( ostype ) ) {
    139139        ostype & ?|?( ostype & os, Time time ) with( time ) {
    140140                char buf[32];                                                                   // at least 26
Note: See TracChangeset for help on using the changeset viewer.