Fix sample PQF
[yaz-moved-to-github.git] / util / atoin.c
index 3b5953a..57f9561 100644 (file)
@@ -1,18 +1,8 @@
 /*
- * Copyright (c) 1997, Index Data
+ * Copyright (c) 1997-2003, Index Data
  * See the file LICENSE for details.
- * Sebastian Hammer, Adam Dickmeiss
- *
- * $Log: atoin.c,v $
- * Revision 1.3  2000-02-29 13:44:55  adam
- * Check for config.h (currently not generated).
- *
- * Revision 1.2  1999/11/30 13:47:12  adam
- * Improved installation. Moved header files to include/yaz.
- *
- * Revision 1.1  1997/09/04 07:52:27  adam
- * Moved atoi_n function to separate source file.
  *
+ * $Id: atoin.c,v 1.6 2003-01-06 08:20:28 adam Exp $
  */
 
 #if HAVE_CONFIG_H
@@ -35,3 +25,4 @@ int atoi_n (const char *buf, int len)
     }
     return val;
 }
+