MakeNL 3.4.6 has been released and hatched into the COORDUTL fileecho.
Your using strcpy to copy overlapping strings. The behaviour of strcpy when source and destination overlap is undefined for all definitions
of strcpy I know. So it might work, or it might not, for all
permutations of compilers, os's and compiler options, that makenl is compiled on.
I suggest:
memmove(templine, templn2, strlen(templn2) + 1);
The same is true for the fts5.c file, with about the same code...
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 994 |
Nodes: | 10 (0 / 10) |
Uptime: | 97:23:36 |
Calls: | 13,016 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,282,098 |