mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: convert picture.c to C++
The last C-file in core. Yippie. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7d3977481a
commit
9065bf8622
6 changed files with 9 additions and 10 deletions
|
@ -1773,7 +1773,7 @@ static int parse_picture_entry(struct git_parser_state *state, const git_tree_en
|
|||
|
||||
/* add_picture took ownership of the data -
|
||||
* clear out our copy just to be sure. */
|
||||
state->active_pic = empty_picture;
|
||||
state->active_pic = picture();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue