View | Details | Raw Unified | Return to bug 271867
Collapse All | Expand All

(-)src/utils.c (+2 lines)
Lines 461-472 Link Here
461
      #endif
461
      #endif
462
        return NULL;
462
        return NULL;
463
463
464
#ifndef __FreeBSD__
464
      /* Insert the ISO 8601 colon by hand. */
465
      /* Insert the ISO 8601 colon by hand. */
465
      len = strlen (time_string);
466
      len = strlen (time_string);
466
      time_string[len + 1] = '\0';
467
      time_string[len + 1] = '\0';
467
      time_string[len] = time_string[len - 1];
468
      time_string[len] = time_string[len - 1];
468
      time_string[len - 1] = time_string[len - 2];
469
      time_string[len - 1] = time_string[len - 2];
469
      time_string[len - 2] = ':';
470
      time_string[len - 2] = ':';
471
#endif
470
472
471
      if (abbrev)
473
      if (abbrev)
472
        {
474
        {

Return to bug 271867