Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 1ea13be
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-01-18T18:14:35Z (
19 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4c266f2
Parents:
48721c3
Message:
Fixed a bad mistake in ipc_readline() error handling.
File:
1 edited
ipc.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
ipc.c
r48721c3
r1ea13be
174
174
if( size == 0 || ( size < 0 && !sockerr_again() ) )
175
175
return NULL;
176
else if( size < 0 ) /* && sockerr_again() */
177
return( g_strdup( "" ) );
176
178
else
177
179
buf[size] = 0;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive