28 Jun
2008
28 Jun
'08
3:37 p.m.
2008/6/28 Vitaly Perov <vitperov(a)etersoft.ru>:
Changelog: - setupapi: Stub for SetupLogFile
+ FIXME("(%p,'%s','%s','%s',%d,'%s','%s','%s',%d):stub\n", FileLogHandle, debugstr_w(LogSectionName), debugstr_w(SourceFileName), debugstr_w(TargetFileName), Checksum, debugstr_w(DiskTagfile), debugstr_w(DiskDescription), debugstr_w(OtherInfo), Flags); This line is more than 3 times the maximum length allowed for lines. The maximum length for lines is 80 columns, and while you can change that by, say, +-10 or so, it certainly shouldn't be 256 columns long. -- James Hawkins