projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
oops, forgot to fix wxHtmlTag dtor
[wxWidgets.git]
/
src
/
common
/
fileconf.cpp
diff --git
a/src/common/fileconf.cpp
b/src/common/fileconf.cpp
index b8fec80df7fd69b353769b2fb99f4c25fcf04b5c..a4cefd642a0ab7823f120543afbbbda280fdeace 100644
(file)
--- a/
src/common/fileconf.cpp
+++ b/
src/common/fileconf.cpp
@@
-802,7
+802,7
@@
bool wxFileConfig::Flush(bool /* bCurrentOnly */)
{
FSSpec spec ;
- wx
Unix
Filename2FSSpec( m_strLocalFile , &spec ) ;
+ wx
Mac
Filename2FSSpec( m_strLocalFile , &spec ) ;
FInfo finfo ;
if ( FSpGetFInfo( &spec , &finfo ) == noErr )
{