Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
7a9d968
for
storage.c
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:
2018-03-10T11:30:39Z (
7 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
5447c59
Parents:
3f44e43
(
diff
),
4a9c6b0
(
diff
)
Note: this is a
merge
changeset, the changes displayed below correspond to the merge itself.
Use the
(diff)
links above to see all the changes relative to each parent.
Message:
Merge branch 'master' into HEAD
File:
1 edited
storage.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
storage.c
r3f44e43
r7a9d968
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