aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/windows/windows-fs.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-04-04 23:26:11 +0000
committerTravis Howell2006-04-04 23:26:11 +0000
commit194945f2a1c02ba5f4b4ec24a7579e63cbe52f93 (patch)
tree9aa1bbc6099435eed464ec1292fda7f1473259a2 /backends/fs/windows/windows-fs.cpp
parent853356613269d2dc300e1fa036ffdd6db1cd321c (diff)
downloadscummvm-rg350-194945f2a1c02ba5f4b4ec24a7579e63cbe52f93.tar.gz
scummvm-rg350-194945f2a1c02ba5f4b4ec24a7579e63cbe52f93.tar.bz2
scummvm-rg350-194945f2a1c02ba5f4b4ec24a7579e63cbe52f93.zip
Rename variable in FSList::sort() to avoid conflict with system defines
svn-id: r21612
Diffstat (limited to 'backends/fs/windows/windows-fs.cpp')
-rw-r--r--backends/fs/windows/windows-fs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index 556d839496..a238481cd6 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -143,8 +143,6 @@ WindowsFilesystemNode::WindowsFilesystemNode() {
}
WindowsFilesystemNode::WindowsFilesystemNode(const String &p) {
- int len = 0, offset = p.size();
-
assert(p.size() > 0);
_path = p;