mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
358 B
Diff
12 lines
358 B
Diff
|
--- a/coregrind/m_libcprint.c
|
||
|
+++ b/coregrind/m_libcprint.c
|
||
|
@@ -526,7 +526,7 @@
|
||
|
break;
|
||
|
|
||
|
case VgLogTo_Socket:
|
||
|
- log_fd = prepare_sink_socket(VG_(clo_xml_fname_unexpanded),
|
||
|
+ xml_fd = prepare_sink_socket(VG_(clo_xml_fname_unexpanded),
|
||
|
&VG_(xml_output_sink), True);
|
||
|
break;
|
||
|
}
|