Diff for /embedaddon/mtr/ui/utils.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2021/03/17 00:07:30 version 1.1.1.3, 2023/09/27 11:18:58
Line 176  void close_stdout( Line 176  void close_stdout(
         _exit(EXIT_FAILURE);          _exit(EXIT_FAILURE);
 }  }
   
/* ctime() replacement that will reteturn ISO-8601 timestamp string such as:/* ctime() replacement that will return ISO-8601 timestamp string such as:
  * 2016-08-29T19:25:02+01:00 */   * 2016-08-29T19:25:02+01:00 */
 const char *iso_time(  const char *iso_time(
     const time_t * t)      const time_t * t)

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>