]> git.sesse.net Git - vlc/commitdiff
control/media_descriptor.c: s/ex/p_e/
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 24 Jun 2007 11:24:36 +0000 (11:24 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 24 Jun 2007 11:24:36 +0000 (11:24 +0000)
src/control/media_descriptor.c

index 1f6cb38b321a208bb130c0547f9680344f2959d4..5ba6ca40da7b22d6ad159cfceaa68c2f59666024 100644 (file)
@@ -57,7 +57,7 @@ libvlc_media_descriptor_t * libvlc_media_descriptor_new(
 
     if (!p_input_item)
     {
-        libvlc_exception_raise( ex, "Can't create md's input_item" );
+        libvlc_exception_raise( p_e, "Can't create md's input_item" );
         return NULL;
     }
 
@@ -81,7 +81,7 @@ libvlc_media_descriptor_t * libvlc_media_descriptor_new_from_input_item(
 
     if (!p_input_item)
     {
-        libvlc_exception_raise( ex, "No input item given" );
+        libvlc_exception_raise( p_e, "No input item given" );
         return NULL;
     }