Subversion Repositories public

Rev

Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 60
Line 177... Line 177...
177
{
177
{
178
int tag,mon,year,i,j,pos,len,punkt;
178
int tag,mon,year,i,j,pos,len,punkt;
179
char zw[21];
179
char zw[21];
180
char *beg,*end;
180
char *beg,*end;
181
 
181
 
-
 
182
	if (sdate == NULL)
-
 
183
	   return -1L;
-
 
184
 
182
	if (!kenn)
185
	if (!kenn)
183
	{
186
	{
184
	   if (strlen (sdate) < 6)
187
	   if (strlen (sdate) < 6)
185
	      return -1L;
188
	      return -1L;
186
	}
189
	}
Line 413... Line 416...
413
char buf[128], hv0[128];
416
char buf[128], hv0[128];
414
int i, j, a, count, maxlen;
417
int i, j, a, count, maxlen;
415
BOOL flag;
418
BOOL flag;
416
char *p;
419
char *p;
417
 
420
 
-
 
421
	if (ret == NULL)
-
 
422
	   return NULL;
-
 
423
 
418
	// Ist Zahl < 0.0?
424
	// Ist Zahl < 0.0?
419
 
425
 
420
	if (Zahl < (double)0.0)
426
	if (Zahl < (double)0.0)
421
	{
427
	{
422
	   *ret = '-';			// dann Minus setzen
428
	   *ret = '-';			// dann Minus setzen