Issue 14777 - Return type is incorrect
Summary: Return type is incorrect
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: SGI IRIX
: P2 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: nickb
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 06:08 UTC by Unknown
Modified: 2004-02-15 07:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-05-23 06:08:31 UTC
In jvmaccess/source/sunversion.cxx, the method getVersionFromBuf spefies a
return type of class SunVersion, and somewhere in that method is:

return false;

This causes compile problems on Irix, and a more appropriate approach would be:

return NULL;
Comment 1 Unknown 2003-05-23 06:11:46 UTC
accepting issue
Comment 2 khendricks 2003-06-06 14:00:48 UTC
Hi, 
 
That fix seems safe.  Please post a patch and I will approve it. 
 
Thanks, 
 
Kevin 
 
Comment 3 Unknown 2003-06-16 05:21:01 UTC
re-assigning to Nick Blievers
Comment 4 Martin Hollmichel 2003-06-16 11:32:04 UTC
retarget.
Comment 5 nickb 2003-07-04 02:26:05 UTC
This seems to have been fixed. 
Comment 6 Martin Hollmichel 2004-02-15 07:19:54 UTC
mark as verified
Comment 7 Martin Hollmichel 2004-02-15 07:20:38 UTC
close issue.