From 1b2a09fcac47dd5380f166b827e39a8b7496dbda Mon Sep 17 00:00:00 2001 From: leocad Date: Sat, 20 Nov 1999 15:41:41 +0000 Subject: 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 --- common/project.cpp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'common/project.cpp') 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; } } + + + + + + + + + + + + + -- cgit v1.2.3