2008/6/28 Vitaly Perov vitperov@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.