[Issue 2364] ftell return type is long in C, that is 64-bit on x86-64
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Oct 19 09:20:28 PDT 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2364
Brad Roberts <braddr at puremagic.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com
         Resolution|INVALID                     |FIXED
--- Comment #6 from Brad Roberts <braddr at puremagic.com> 2009-10-19 09:20:26 PDT ---
Changing to resolved-fixed.  In druntime, where this stuff lives now, it's
defined as a c_long:
c_long ftell(FILE* stream);
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list