[nas] patch: missing return value

Paul Fox pgf at foxharp.boston.ma.us
Tue Jul 25 08:13:22 MDT 2006


i found this missing return value by inspection, while looking
for when the mixer gets closed.

could i ask a favor?  would it be possible to rationalize the
indentation of the code?  i don't really care what the
indentation should be, nor do i care whether it's done with
spaces or tabs or both, but it needs to be consistent.  take a
look at auvoxware.c:closeDevice(), for instance.  it looks like
most of the code is inside of an "if (NasConfig.DoDebug)", but
of course, it's not....

paul

Index: server/dda/voxware/auvoxware.c
===================================================================
--- server/dda/voxware/auvoxware.c	(revision 164)
+++ server/dda/voxware/auvoxware.c	(working copy)
@@ -1602,6 +1602,7 @@
       }
     }
   }
+  return AuTrue;
 }
       
 AuBool AuInitPhysicalDevices(void)



=---------------------
 paul fox, pgf at foxharp.boston.ma.us (arlington, ma, where it's 73.6 degrees)



More information about the Nas mailing list