FreeBSD Bugzilla – Attachment 181537 Details for
Bug 216634
science/paraview: fails to build with clang 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for files/
patch-VTK_XdmfDsmComm.cxx (text/plain), 803 bytes, created by
devel
on 2017-04-06 08:13:03 UTC
(
hide
)
Description:
patch for files/
Filename:
MIME Type:
Creator:
devel
Created:
2017-04-06 08:13:03 UTC
Size:
803 bytes
patch
obsolete
>--- VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsmComm.cxx.orig 2017-04-06 01:46:47.367890000 +0700 >+++ VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsmComm.cxx 2017-04-06 01:50:23.804236000 +0700 >@@ -52,7 +52,7 @@ > XdmfErrorMessage("Cannot Receive Message of Length = " << Msg->Length); > return(XDMF_FAIL); > } >- if(Msg->Data <= 0 ){ >+ if(Msg->Data == 0 ){ > XdmfErrorMessage("Cannot Receive Message into Data Buffer = " << Msg->Length); > return(XDMF_FAIL); > } >@@ -66,7 +66,7 @@ > XdmfErrorMessage("Cannot Send Message of Length = " << Msg->Length); > return(XDMF_FAIL); > } >- if(Msg->Data <= 0 ){ >+ if(Msg->Data == 0 ){ > XdmfErrorMessage("Cannot Send Message from Data Buffer = " << Msg->Length); > return(XDMF_FAIL); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216634
: 181537 |
188723