diff options
Diffstat (limited to '')
-rw-r--r-- | wii/common.cpp (renamed from lyt/common.cpp) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lyt/common.cpp b/wii/common.cpp index ba86246..f4a961c 100644 --- a/lyt/common.cpp +++ b/wii/common.cpp @@ -107,3 +107,4 @@ void WriteFixedLengthASCII(QDataStream &out, QString str, int length) { out.writeRawData(paddedStr.constData(), paddedStr.length()); } + |