ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uustring.c
(Generate patch)

Comparing Convert-UUlib/uulib/uustring.c (file contents):
Revision 1.7 by root, Sat Sep 24 06:05:03 2022 UTC vs.
Revision 1.8 by root, Sat Sep 24 06:22:47 2022 UTC

32#include <stdio.h> 32#include <stdio.h>
33#include <ctype.h> 33#include <ctype.h>
34#include <stdlib.h> 34#include <stdlib.h>
35#include <string.h> 35#include <string.h>
36 36
37#ifdef HAVE_MALLOC_H
38#include <malloc.h>
39#endif
40#ifdef HAVE_UNISTD_H 37#ifdef HAVE_UNISTD_H
41#include <unistd.h> 38#include <unistd.h>
42#endif
43#ifdef HAVE_MEMORY_H
44#include <memory.h>
45#endif 39#endif
46 40
47#include <uudeview.h> 41#include <uudeview.h>
48#include <uuint.h> 42#include <uuint.h>
49#include <uustring.h> 43#include <uustring.h>
155 if (ptr->code == codeno) 149 if (ptr->code == codeno)
156 return ptr->msg; 150 return ptr->msg;
157 ptr++; 151 ptr++;
158 } 152 }
159 153
160 UUMessage (uustring_id, __LINE__, UUMSG_ERROR, 154 UUMessage (UUMSG_ERROR, "Could not retrieve string no %d", codeno);
161 "Could not retrieve string no %d",
162 codeno);
163 155
164 return faileddef; 156 return faileddef;
165} 157}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines