Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/filesys_log.cpp
Parent Directory
| Revision Log
| Patch
| 1347 |
char *logdir; |
char *logdir; |
| 1348 |
|
|
| 1349 |
if (strlen(ts.LogDefaultPath) > 0) { |
if (strlen(ts.LogDefaultPath) > 0) { |
| 1350 |
logdir = strdup(ts.LogDefaultPath); |
logdir = _strdup(ts.LogDefaultPath); |
| 1351 |
} |
} |
| 1352 |
else { |
else { |
| 1353 |
logdir = ToCharW(ts.LogDirW); |
logdir = ToCharW(ts.LogDirW); |
|
|
Legend:
| Removed from v.9714 |
|
| changed lines |
| |
Added in v.9789 |
|
|
|