1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

changed uniarray_2_ascarray to uniarray_2_dosarray

(This used to be commit 4de7202da478baf232c93cc9b8d845889f1d2bab)
This commit is contained in:
Andrew Tridgell 2000-05-12 14:28:50 +00:00
parent fa659fea9b
commit b3373e9932

View File

@ -3957,8 +3957,8 @@ BOOL uni_2_asc_printer_driver_6(SPOOL_PRINTER_DRIVER_INFO_LEVEL_6 *uni,
DEBUGADD(8,( "monitorname: %s\n", d->monitorname));
DEBUGADD(8,( "defaultdatatype: %s\n", d->defaultdatatype));
uniarray_2_ascarray(&(uni->dependentfiles), &(d->dependentfiles) );
uniarray_2_ascarray(&(uni->previousnames), &(d->previousnames) );
uniarray_2_dosarray(&(uni->dependentfiles), &(d->dependentfiles) );
uniarray_2_dosarray(&(uni->previousnames), &(d->previousnames) );
return True;
}