Changeset 1878 for trunk/dll/assoc.c
- Timestamp:
- Oct 12, 2015, 12:24:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r1877 r1878 886 886 temp.offset = atol(dummy); 887 887 } 888 //bstrip(temp.mask);889 888 sprintf(key, "ASSOC.%senv", temp.pszCmdLine); 890 889 PrfWriteProfileString(fmprof, FM3Str, key, NULL); … … 980 979 temp.offset = atol(dummy); 981 980 } 982 //bstrip(temp.mask);983 981 sprintf(key, "ASSOC.%senv", temp.pszCmdLine); 984 982 PrfWriteProfileString(fmprof, FM3Str, key, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.