HTTrack Website Copier
Free software offline browser - FORUM
Subject: callback: postprocess-html (got SIGTRAP)
Author: wakka
Date: 05/16/2006 18:05
 
i want add callback postprocess-html and modify html content,
but went to a trouble.


just like this.
---
int httrack_wrapper_postprocesshtml(char** html,int* len,char*
url_adresse,char* url_fichier) {
  char *p = _strdup(*html);
  *html = p;
}
--
the code received singal SIGTRAP.
the same with malloc()
someone can use it?
 
Reply


All articles

Subject Author Date
callback: postprocess-html (got SIGTRAP)

05/16/2006 18:05
Re: callback: postprocess-html (got SIGTRAP)

05/16/2006 18:09
Re: callback: postprocess-html (got SIGTRAP)

05/28/2006 23:09




3

Created with FORUM 2.0.11