Fossil SCM

Missed one spot where WITHOUT_ICONV is required on the previous check-in.

drh 2012-12-11 16:29 trunk
Commit fbe87e0cfb9fd0b974afd6bb423e2fcda63707ab
1 file changed +1 -1
+1 -1
--- src/utf8.c
+++ src/utf8.c
@@ -157,11 +157,11 @@
157157
** fossil_filename_to_utf8().
158158
*/
159159
void fossil_filename_free(char *pOld){
160160
#if defined(_WIN32)
161161
sqlite3_free(pOld);
162
-#elif defined(__APPLE__)
162
+#elif defined(__APPLE__) && !defined(WITHOUT_ICONV)
163163
fossil_free(pOld);
164164
#else
165165
/* No-op on all other unix */
166166
#endif
167167
}
168168
--- src/utf8.c
+++ src/utf8.c
@@ -157,11 +157,11 @@
157 ** fossil_filename_to_utf8().
158 */
159 void fossil_filename_free(char *pOld){
160 #if defined(_WIN32)
161 sqlite3_free(pOld);
162 #elif defined(__APPLE__)
163 fossil_free(pOld);
164 #else
165 /* No-op on all other unix */
166 #endif
167 }
168
--- src/utf8.c
+++ src/utf8.c
@@ -157,11 +157,11 @@
157 ** fossil_filename_to_utf8().
158 */
159 void fossil_filename_free(char *pOld){
160 #if defined(_WIN32)
161 sqlite3_free(pOld);
162 #elif defined(__APPLE__) && !defined(WITHOUT_ICONV)
163 fossil_free(pOld);
164 #else
165 /* No-op on all other unix */
166 #endif
167 }
168

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button