Tweak++: freq no longer uppercased in Linux
This commit is contained in:
parent
009d791042
commit
b2953adfd0
@ -17,6 +17,9 @@ ______________________________________________________________________
|
||||
|
||||
- Fixed small bug in console shiftstate code under Linux.
|
||||
|
||||
+ Filenames in file requests are not converted to uppercase in Linux
|
||||
any more.
|
||||
|
||||
______________________________________________________________________
|
||||
|
||||
Notes for GoldED+ 1.1.4.5, June 18 2000
|
||||
|
@ -528,7 +528,9 @@ void CreateFileMsgs(int mode, GMsg* msg) {
|
||||
);
|
||||
}
|
||||
sprintf(subj, "%s%s%s%s%s ", fspec[x].delsent ? "^" : "", fspec[x].path, fspec[x].fblk ? (fspec[x].fblk[m].name ? fspec[x].fblk[m].name : "") : "", *fspec[x].password ? " " : "", fspec[x].password);
|
||||
#if not defined(__UNIX__)
|
||||
strupr(subj);
|
||||
#endif
|
||||
|
||||
if((strlen(buf) + strlen(subj)) > 71) {
|
||||
|
||||
|
Reference in New Issue
Block a user