[Kst] kdeextragear-2/kst/kst/datasources/ascii
George Staikos
staikos at kde.org
Mon Apr 11 15:54:47 CEST 2005
CVS commit by staikos:
from reading Nicolas' code, this wasn't clear enough
M +2 -0 ascii.cpp 1.46
--- kdeextragear-2/kst/kst/datasources/ascii/ascii.cpp #1.45:1.46
@@ -596,4 +596,6 @@ int understands_ascii(KConfig *cfg, cons
} else if (dataRE.exactMatch(s)) {
// a number - this may be an ascii file - assume that it is
+ // This line checks for an indirect file and gives that a chance too.
+ // Indirect files look like ascii files.
return QFile::exists(s.stripWhiteSpace()) ? 49 : 75;
} else {
More information about the Kst
mailing list