]> git.tdb.fi Git - libs/datafile.git/commitdiff
Return null instead of throwing if a file is not found in sources
authorMikko Rasa <tdb@tdb.fi>
Tue, 26 Mar 2013 20:15:19 +0000 (22:15 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 26 Mar 2013 20:15:19 +0000 (22:15 +0200)
The primary use case for open_from_sources is for creator functions to
open raw files.  This change makes it easier to gracefully skip a non-
existent file and carry on with other ways of loading the item.


No differences found