/[mldonkey]/mldonkey/src/daemon/driver/driverControlers.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverControlers.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by spiralvoice, Wed Jun 1 22:19:57 2005 UTC revision 1.31 by spiralvoice, Mon Jun 20 18:38:49 2005 UTC
# Line 1194  let http_handler o t r = Line 1194  let http_handler o t r =
1194                                
1195                | args ->                | args ->
1196                    List.iter (fun (s,v) ->                    List.iter (fun (s,v) ->
1197                        lprintf "[%s]=[%s]" (String.escaped s) (String.escaped v);                        lprintf "[%s]=[%s]\n" (String.escaped s) (String.escaped v))
1198                        lprint_newline ()) args;                    args;
                     
1199                    raise Not_found                    raise Not_found
1200              end              end
1201                    
# Line 1258  let http_handler o t r = Line 1257  let http_handler o t r =
1257                                        
1258                | args ->                | args ->
1259                    List.iter (fun (s,v) ->                    List.iter (fun (s,v) ->
1260                        lprintf "[%s]=[%s]" (String.escaped s) (String.escaped v);                        lprintf "[%s]=[%s]\n" (String.escaped s) (String.escaped v))
1261                        lprint_newline ()) args;                    args;
                     
1262                    raise Not_found                                      raise Not_found                  
1263              end              end
1264                            

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26