Changeset 3653

Show
Ignore:
Timestamp:
26/10/08 19:52:55 (2 months ago)
Author:
dmeyer
Message:

handle bad subtitle

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/metadata/src/disc/ifomodule.c

    r3312 r3653  
    165165         && attr->zero2 == 0 
    166166         && attr->lang_extension == 0 ) { 
    167         return Py_BuildValue("s", "N/A"); 
     167        return NULL; 
    168168    } 
    169169