Skip to content

Instantly share code, notes, and snippets.

@gregorymostizky
Created July 25, 2011 20:29
Show Gist options
  • Save gregorymostizky/1105112 to your computer and use it in GitHub Desktop.
Save gregorymostizky/1105112 to your computer and use it in GitHub Desktop.
Patch for httrack cookie support
--- httrack-3.44.1/src/htsglobal.h 2011-02-28 16:48:54.000000000 +0200
+++ httrack-3.44.1.fixed/src/htsglobal.h 2011-07-25 23:53:35.000000000 +0300
@@ -487,7 +487,7 @@
// surveillance de la connexion
#define CNXDEBUG 0
// debuggage cookies
-#define DEBUG_COOK 0
+#define DEBUG_COOK 1
// d?buggage hard..
#define HTS_WIDE_DEBUG 0
// debuggage deletehttp et cie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment