[email protected]
changed
bug 8416
What |
Removed |
Added |
Attachment #10296 Flags |
|
review_for_checkin?
|
Comment # 78
on bug 8416
from [email protected]
Created attachment 10296 [details]
patch to remove C++ incompatibilities from uat_new calls from several files
the fifth argument to uat_new is "void** data_ptr" but many files cast it to
"void *" on invocation. This patch changes those files to use a "void **" cast
to remove a C++ incompatibility.
You are receiving this mail because:
- You are watching all bug changes.