Date: Sun Feb 23 21:20:48 CET 2003
User: Derick Rethans
Directory: srm/main/src
Log Message:
[0.05]
- Whitespace fix
Modified files:
srm/main/src/functions.c (version: 1.33)
[FILE: /srm/main/src/functions.c]
--- srm/main/src/functions.c:1.32 Wed Feb 19 19:40:27 2003 GMT
+++ srm/main/src/functions.c Sun Feb 23 19:20:48 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.32 2003/02/19 20:40:27 derick Exp $ */
+/* $Id: cvstemp,v 1.33 2003/02/23 20:20:48 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -38,9 +38,10 @@
srm_function_info *info = NULL;
int (*j)(SRM_FUNCTION_PARAMETERS);
- if (!srm_hash_find(function_hash, cmd, strlen(cmd), (void *) &info))
+ if (!srm_hash_find(function_hash, cmd, strlen(cmd), (void *) &info)) {
/* Function struct not found in hash */
return SRM_FAILED;
+ }
j = info->addr;
if (NULL == j) { /* Function addres is NULL */
Received on Sun Feb 23 21:20:50 2003
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 10:00:04 CET