Ignore:
Timestamp:
Sep 1, 2011, 3:34:05 PM (14 years ago)
Author:
Markus Thielen
Message:

renamed 'cvprintf' to 'ciprintf' to avoid confusion with vprintf-like funcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r122 r123  
    317317
    318318  /* print initialization message */
    319   cvprintf(init_msg, drv_name, VERSION / 100, VERSION % 100);
     319  ciprintf(init_msg, drv_name, VERSION / 100, VERSION % 100);
    320320
    321321#ifdef ECS_BUILD
    322   cvprintf("This driver is licensed for use only in conjunction with eComStation.");
     322  ciprintf("This driver is licensed for use only in conjunction with eComStation.");
    323323#endif
    324324
     
    362362  } else {
    363363    /* no adapters found */
    364     cvprintf(" No adapters found.\n");
     364    ciprintf(" No adapters found.\n");
    365365  }
    366366
     
    380380  }
    381381
    382   cvprintf(exit_msg, drv_name);
     382  ciprintf(exit_msg, drv_name);
    383383  return(STDON | ERROR_I24_QUIET_INIT_FAIL);
    384384}
Note: See TracChangeset for help on using the changeset viewer.