Subversion Repositories Kolibri OS

Rev

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

Rev 4364 Rev 5043
Line 3266... Line 3266...
3266
		 * They also serve no useful purpose) */
3266
		 * They also serve no useful purpose) */
3267
		for (datenoday = v; *datenoday && !isdigit(*datenoday);
3267
		for (datenoday = v; *datenoday && !isdigit(*datenoday);
3268
				datenoday++)
3268
				datenoday++)
3269
			; /* do nothing */
3269
			; /* do nothing */
Line 3270... Line 3270...
3270
 
3270
 
-
 
3271
		/* TODO: expires = curl_getdate(datenoday, NULL); */
-
 
3272
		expires = (time_t) 100123123;
3271
		expires = curl_getdate(datenoday, NULL);
3273
 
3272
		if (expires == -1) {
3274
		if (expires == -1) {
3273
			/* assume we have an unrepresentable
3275
			/* assume we have an unrepresentable
3274
			 * date => force it to the maximum
3276
			 * date => force it to the maximum
3275
			 * possible value of a 32bit time_t
3277
			 * possible value of a 32bit time_t