Changeset 590 for trunk/src/sh_unix.c
- Timestamp:
- Oct 27, 2025, 6:57:03 PM (16 hours ago)
- File:
-
- 1 edited
-
trunk/src/sh_unix.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r583 r590 17 17 /* along with this program; if not, write to the Free Software */ 18 18 /* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 20 /* cppcheck-suppress-file unknownMacro */ 19 21 20 22 #include "config_xor.h" … … 2412 2414 char AsciiTime[81]; /* local time */ 2413 2415 time_t time_now; 2414 struct tm * time_ptr ;2416 struct tm * time_ptr = NULL; 2415 2417 #if defined(HAVE_PTHREAD) && defined (_POSIX_THREAD_SAFE_FUNCTIONS) && defined(HAVE_LOCALTIME_R) 2416 2418 struct tm time_tm; … … 2546 2548 #endif 2547 2549 } 2550 2548 2551 if (time_ptr != NULL) 2549 2552 {
Note:
See TracChangeset
for help on using the changeset viewer.