summaryrefslogtreecommitdiff
path: root/common/project.cpp
diff options
context:
space:
mode:
authorleocad1999-11-20 15:41:41 +0000
committerleocad1999-11-20 15:41:41 +0000
commit1b2a09fcac47dd5380f166b827e39a8b7496dbda (patch)
tree37a2095c959c6e320f2499a5c9962e024c0eb510 /common/project.cpp
parent981d03141a8e035613562b45a5e9c0a2326059a0 (diff)
Fixed the LEOCAD_LIB bug
POV-Ray now exports the camera FOV git-svn-id: http://svn.leocad.org/trunk@13 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/project.cpp')
-rw-r--r--common/project.cpp15
1 files changed, 14 insertions, 1 deletions
diff --git a/common/project.cpp b/common/project.cpp
index 0a4e54e..bd4e1c2 100644
--- a/common/project.cpp
+++ b/common/project.cpp
@@ -336,7 +336,7 @@ bool Project::LoadPieceLibrary()
// Make sure that the path ends with a '/'
i = strlen(m_LibraryPath)-1;
if ((m_LibraryPath[i] != '\\') && (m_LibraryPath[i] != '/'))
- strcat(m_LibraryPath, '/');
+ strcat(m_LibraryPath, "/");
// Read the piece library index.
strcpy(filename, m_LibraryPath);
@@ -7066,3 +7066,16 @@ void Project::OnMouseMove(int x, int y)
} break;
}
}
+
+
+
+
+
+
+
+
+
+
+
+
+