Changeset 1083 for trunk/dll/init.c
- Timestamp:
- Jul 20, 2008, 5:31:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1082 r1083 52 52 17 Jul 08 SHL Reduce code bulk in fUseTmp setup 53 53 19 Jul 08 GKY Use pFM2SaveDirectory, MakeTempName and move temp files to TMP subdirectory if (TMP). 54 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container. 54 55 55 56 ***********************************************************************/ … … 1085 1086 if (!mailrun) 1086 1087 return 0; //already complained 1088 pszTreeEnvVarList = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__); 1089 if (!pszTreeEnvVarList) 1090 return 0; //already complained 1087 1091 size = sizeof(BOOL); 1088 1092 PrfQueryProfileData(fmprof, appname, "ShowTarget", &fShowTarget, &size); … … 1176 1180 size = sizeof(BOOL); 1177 1181 PrfQueryProfileData(fmprof, appname, "ShowEnv", &fShowEnv, &size); 1182 size = MaxComLineStrg; 1183 PrfQueryProfileData(fmprof, appname, "TreeEnvVarList", pszTreeEnvVarList, &size); 1178 1184 size = sizeof(BOOL); 1179 1185 PrfQueryProfileData(fmprof, appname, "LeaveTree", &fLeaveTree, &size);
Note:
See TracChangeset
for help on using the changeset viewer.