On 11/03/2011 14:34, Vincent Danjean wrote:
> I will send one message per patch I applied with some comment and a last
> one with global comments and questions.
The first patch is about a missing semicolon (required in non-debug mode
at least). Should be applied upstream.
--
Vincent Danjean Adresse: Laboratoire d'Informatique de Grenoble
Téléphone: +33 4 76 61 20 11 ENSIMAG - antenne de Montbonnot
Fax: +33 4 76 61 20 99 ZIRST 51, avenue Jean Kuntzmann
Email: vincent.danj...@imag.fr 38330 Montbonnot Saint Martin
Fix missing semicolon when not in debug mode
--- a/module/owlib/src/c/ow_simultaneous.c
+++ b/module/owlib/src/c/ow_simultaneous.c
@@ -148,7 +148,7 @@
break ;
}
if ( BAD(ret) ) {
- LEVEL_DEBUG("Trouble setting simultaneous for %s",pn_directory->path)
+ LEVEL_DEBUG("Trouble setting simultaneous for %s",pn_directory->path);
return -EINVAL ;
}
Cache_Add_Simul(simul_temp, pn_directory); // Mark start time
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers