[vlc-commits] macosx: update crash log server DNS

Felix Paul Kühne git at videolan.org
Wed Aug 22 11:40:16 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 22 11:40:11 2012 +0200| [99acb947148500868c28998106e8af89555e2529] | committer: Felix Paul Kühne

macosx: update crash log server DNS

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

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

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 0f8ee42..58e6d95 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1834,7 +1834,7 @@ unsigned int CocoaKeyToVLC( unichar i_key )
 #pragma mark Crash Log
 - (void)sendCrashLog:(NSString *)crashLog withUserComment:(NSString *)userComment
 {
-    NSString *urlStr = @"http://jones.videolan.org/crashlog/sendcrashreport.php";
+    NSString *urlStr = @"http://crash.videolan.org/crashlog/sendcrashreport.php";
     NSURL *url = [NSURL URLWithString:urlStr];
 
     NSMutableURLRequest *req = [NSMutableURLRequest requestWithURL:url];



More information about the vlc-commits mailing list