• C
    Fix up NLS warnings. · 991be604
    Chris Lalancette 提交于
    When building with --disable-nls, I got a few messages like this:
    
    storage/storage_backend.c: In function 'virStorageBackendCreateQemuImg':
    storage/storage_backend.c:571: warning: format not a string literal and no format arguments
    
    Fix these up.
    Signed-off-by: NChris Lalancette <clalance@redhat.com>
    991be604
domain_conf.c 158.6 KB