From 62e85e8f7203a70c3a9d5ac6e9131aa4fccfcb8a Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 16 May 2007 16:30:03 +0000 Subject: ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the string literal "" with a comparison of the... Original commit message from CVS: * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri): Replace direct comparison of a string with the string literal "" with a comparison of the first character with '\0'. Fixes #438926. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7ad1368f..25a7ce3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-16 Sebastian Dröge + + * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri): + Replace direct comparison of a string with the string literal "" with + a comparison of the first character with '\0'. Fixes #438926. + 2007-05-15 Stefan Kost * gst/debug/breakmydata.c (gst_break_my_data_init): -- cgit