From Burkhard Plaum:
1. Fix a crash, which happened when cdtext_get() was called for an emtp= y (i.e. NULL) field. 2. Add another function cdtext_get_const(), which returns a const point= er and avoids too much strcpying (apps may want only to TEST if a field is present or have their own string management routines).
This commit is contained in:
@@ -158,6 +158,7 @@ cdio_warn
|
||||
cdtext_destroy
|
||||
cdtext_field2str
|
||||
cdtext_get
|
||||
cdtext_get_const
|
||||
cdtext_init
|
||||
cdtext_is_keyword
|
||||
cdtext_set
|
||||
|
||||
Reference in New Issue
Block a user