Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
storage.c
[5a8afc3:90a45b8]
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
File:
1 edited
storage.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
storage.c
r5a8afc3
r90a45b8
74
74
75
75
storage = storage_init_single(primary);
76
if (storage == NULL
&&
storage->save == NULL) {
76
if (storage == NULL
||
storage->save == NULL) {
77
77
return NULL;
78
78
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive