GFS: fix sizeof: saved by the bell
[yaz-moved-to-github.git] / src / srwutil.c
index d011233..e142104 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2009 Index Data
+ * Copyright (C) 1995-2010 Index Data
  * See the file LICENSE for details.
  */
 /**
@@ -14,8 +14,9 @@
 #include <yaz/yaz-iconv.h>
 
 /** \brief decodes HTTP path (which should hold SRU database)
-    \param o memory for returned result
+    \param n memory for returned result
     \param uri URI path (up to but not including ?)
+    \param len URI len (up to but not including ?)
     \returns ODR allocated database
 */
 static char *yaz_decode_sru_dbpath_odr(ODR n, const char *uri, size_t len)