Changes between Initial Version and Version 1 of Ticket #32


Ignore:
Timestamp:
Sep 14, 2006, 8:26:29 PM (18 years ago)
Author:
dmik
Comment:

This bug has already been fixed in r123. You should update from SVN more often :) But thank you anyway, it was a nasty typo. It may not cause traps on your desktop PC because you have the HOME environment variable set there, as opposed to your notebook.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32

    • Property Status changed from new to closed
    • Property Component changed from kernel to tools
    • Property Summary changed from qdir_pm.cpp bug to QDir::rootDirPath() causes an access violation
    • Property Version changed from to 3.3.1-rc06
    • Property Milestone changed from to qt-os2-3.3.1-rc07
    • Property Keywords trap access violation added
    • Property Resolution changed from to fixed
  • Ticket #32 – Description

    initial v1  
    33Here is the fixed version of QDir::rootDirPath() function:
    44
    5 ----------------------8<-----------------------
     5{{{
    66QString QDir::rootDirPath()
    77
     
    1818
    1919}
    20 ----------------------8<-----------------------
     20}}}