Changeset 7573
- Timestamp:
- 03/06/06 15:43:00 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7572 r7573 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/03/06 Thomas Bretz 21 22 * showplot.cc: 23 - fixed the position were the first argument is converted 24 to lower case. Until this fix no upper case could be used 25 in file names 26 27 28 20 29 2006/03/06 Daniela Dorner 21 30 -
trunk/MagicSoft/Mars/showplot.cc
r7534 r7573 159 159 // 160 160 TString kInput = arg.GetArgumentStr(0); 161 kInput.ToLower();162 161 163 162 // … … 168 167 const Int_t num = arg.GetArgumentStr(1).Atoi(); 169 168 TString file = "/magic/data/"; 169 170 kInput.ToLower(); 170 171 switch (kInput.Hash()) 171 172 {
Note:
See TracChangeset
for help on using the changeset viewer.