[vlc-commits] macosx: fix compilation warning from the future

Felix Paul Kühne git at videolan.org
Sun Feb 2 22:49:59 CET 2014


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Feb  2 20:20:55 2014 +0100| [34b896f9455f7afbd705f1b928f88fbe48fcca7c] | committer: Felix Paul Kühne

macosx: fix compilation warning from the future

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34b896f9455f7afbd705f1b928f88fbe48fcca7c
---

 modules/gui/macosx/playlistinfo.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/playlistinfo.m b/modules/gui/macosx/playlistinfo.m
index 59e8d0c..3b19c2e 100644
--- a/modules/gui/macosx/playlistinfo.m
+++ b/modules/gui/macosx/playlistinfo.m
@@ -357,7 +357,7 @@ static VLCInfo *_o_sharedInstance = nil;
 
 error:
     NSRunAlertPanel(_NS("Error while saving meta"),
-        _NS("VLC was unable to save the meta data."),
+        @"%@",_NS("VLC was unable to save the meta data."),
         _NS("OK"), nil, nil);
 }
 



More information about the vlc-commits mailing list