|
Line 0
Link Here
|
|
|
1 |
--- src/network/network-locations.c.org 2012-12-15 23:18:09.000000000 -0800 |
| 2 |
+++ src/network/network-locations.c 2012-12-15 23:20:38.000000000 -0800 |
| 3 |
@@ -1138,7 +1138,7 @@ gst_network_locations_delete_location (G |
| 4 |
GstNetworkLocationsPrivate *priv; |
| 5 |
gchar *filename, *str, *location_path; |
| 6 |
|
| 7 |
- g_return_val_if_fail (GST_IS_NETWORK_LOCATIONS (locations), FALSE); |
| 8 |
+ g_return_if_fail (GST_IS_NETWORK_LOCATIONS (locations)); |
| 9 |
|
| 10 |
priv = GST_NETWORK_LOCATIONS_GET_PRIVATE (locations); |
| 11 |
|