]> granicus.if.org Git - curl/commitdiff
fix leftover in previous commit
authorYang Tse <yangsita@gmail.com>
Fri, 23 Mar 2007 12:09:16 +0000 (12:09 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 23 Mar 2007 12:09:16 +0000 (12:09 +0000)
lib/sendf.h

index 1a5d033fdd20233aa9845bf7d63eae2b36b9ea92..b3c3136d10d512de8f1ec3ea008ebb0aabc781c5 100644 (file)
@@ -55,6 +55,10 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
 
 #endif
 
+#else /* CURL_DISABLE_VERBOSE_STRINGS */
+
+#define infof Curl_infof
+
 #endif /* CURL_DISABLE_VERBOSE_STRINGS */
 
 #define failf Curl_failf