[vlc-commits] macosx: update crash log server DNS
Felix Paul Kühne
git at videolan.org
Wed Aug 22 11:42:41 CEST 2012
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 22 11:40:11 2012 +0200| [669e67ba1ed8d2176bc9da8cd701d14cfc07a717] | committer: Felix Paul Kühne
macosx: update crash log server DNS
(cherry picked from commit 99acb947148500868c28998106e8af89555e2529)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=669e67ba1ed8d2176bc9da8cd701d14cfc07a717
---
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 0a057b8..41823a3 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -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];
More information about the vlc-commits
mailing list