]> git.sur5r.net Git - glabels/commit
Fix crash when encountering an invalid barcode backend
authorJim Evins <evins@snaught.com>
Fri, 24 Dec 2010 18:53:33 +0000 (13:53 -0500)
committerJim Evins <evins@snaught.com>
Fri, 24 Dec 2010 18:58:53 +0000 (13:58 -0500)
commit2fde09a614399ab805e94b036ac367beaa5a16c9
tree376ce94739665bb14505756fc88c4a551bf2a580
parenta0156d27b51928bea9acda121ab616a571b47836
Fix crash when encountering an invalid barcode backend

A file may have been saved from an instance of glabels that had a backend
enabled that is not enabled in the current instance of glabels.  This fix
accounts for this.  It is also possible that the glabels file was created
manually with an invalid backend ID or a typo.
src/bc-backends.c
src/bc-backends.h
src/xml-label.c