Commit 669e67ba authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: update crash log server DNS

(cherry picked from commit 99acb947)
parent 9ce7bc8e
......@@ -1821,7 +1821,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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment