Changes between Initial Version and Version 1 of Ticket #2043


Ignore:
Timestamp:
02/20/10 17:14:19 (14 years ago)
Author:
andrew_b
Comment:

Replying to vit_r:

You must g_strdup() whatever this function returns.

No.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2043

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #2043 – Description

    initial v1  
    1  
    21 
    32 g_strdup of _vfs_get_cwd () as it is mentioned 
    43 in lib/vfs/mc-vfs/vfs.c just before _vfs_get_cwd () 
    5      {{{ 
    6            You must g_strdup() whatever this function returns. 
    7      }}} 
    84 
    9     and a little bit alignments 
    10  
     5  You must g_strdup() whatever this function returns.