Revision: 14529 Author: adrian.chadd Date: Fri Apr 2 02:19:00 2010 Log: Issue #99 - just to be clear!
http://code.google.com/p/lusca-cache/source/detail?r=14529 Modified: /branches/LUSCA_HEAD/libhttp/HttpMethod.c ======================================= --- /branches/LUSCA_HEAD/libhttp/HttpMethod.c Thu Apr 1 23:26:01 2010 +++ /branches/LUSCA_HEAD/libhttp/HttpMethod.c Fri Apr 2 02:19:00 2010 @@ -170,7 +170,7 @@ urlMethodGetConstStr((*dst))); } - *dst = src; + (*dst) = src; } method_t * -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
