mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- Transfer maintainership on submitter PR: ports/76706 Submitted by: Sam Lawrance <boris@brooknet.com.au> Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
11 lines
271 B
C++
11 lines
271 B
C++
--- src/ConfigParser.cpp.orig Tue Jul 27 18:02:19 2004
|
|
+++ src/ConfigParser.cpp Wed Jan 26 11:03:38 2005
|
|
@@ -1686,7 +1686,7 @@
|
|
|
|
bool CameraConfig::parseFile( const std::string &file )
|
|
{
|
|
- fileName.clear();
|
|
+ fileName.erase();
|
|
|
|
fileName = findFile(file);
|
|
|