makedeb


libgeneral-fr-git 1.56.e0d98cb-1


General stuff for tihmstar's projects - git version + patch for futurerestore

Viewing /libgeneral-0001-remove-custom-logging.patch.

View raw.

Click here to go back to the Git tree for libgeneral-fr-git.

diff --git a/include/libgeneral/macros.h b/include/libgeneral/macros.h
index 3aad285..e2cd4c3 100644
--- a/include/libgeneral/macros.h
+++ b/include/libgeneral/macros.h
@@ -53,8 +53,8 @@
 #   else
 #       define debug(a ...)
 #   endif
-#else //CUSTOM_LOGGING
-#   include CUSTOM_LOGGING
+//#else //CUSTOM_LOGGING
+//#   include CUSTOM_LOGGING
 #endif //CUSTOM_LOGGING
 
 #define safeFree(ptr) ({if (ptr) {free(ptr); ptr=NULL;}})