Ignore:
Timestamp:
09/14/12 12:02:33 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected format string. Thanks OpenBSD for detecting :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/plugin-info.c

    r5435 r5655  
    7676 roar_vio_printf(roar_stdout, para->appname    == NULL ? "appname    = <not set>\n" : "appname    = \"%s\"\n", para->appname); 
    7777 roar_vio_printf(roar_stdout, para->abiversion == NULL ? "abiversion = <not set>\n" : "abiversion = \"%s\"\n", para->abiversion); 
    78  roar_vio_printf(roar_stdout, para->notifycore == NULL ? "notifycore = <not set>\n" : "notifycore = \"%s\"\n", para->notifycore); 
     78 roar_vio_printf(roar_stdout, para->notifycore == NULL ? "notifycore = <not set>\n" : "notifycore = %p\n", para->notifycore); 
    7979 roar_vio_printf(roar_stdout, para->container  == NULL ? "container  = <not set>\n" : "container  = %p\n", para->container); 
    8080 roar_vio_printf(roar_stdout, para->loader     == NULL ? "loader     = <not set>\n" : "loader     = %p\n", para->loader); 
Note: See TracChangeset for help on using the changeset viewer.