Author: poeml Date: Sat Sep 18 23:40:48 2010 New Revision: 8140 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8140&view=rev Log: mod_mirrorbrain: - when sending a hash (like .md5), put two spaces between hash and filename, exactly as the well-known tools do. Reverting r8039, and in the course of fixing issue #68. Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8140&r1=8139&r2=8140&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Sat Sep 18 23:40:48 2010 _at_@ -1560,7 +1560,7 @@ if (h && h[0]) { ap_set_content_type(r, "text/plain; charset=UTF-8"); - ap_rprintf(r, "%s %s\n", h, basename); + ap_rprintf(r, "%s %s\n", h, basename); setenv_give(r, reps[rep].ext); return OK; } _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Sat Sep 18 2010 - 21:40:51 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT