summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_forms_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-1/+1
but a flags field. We were assuming that 2*strlen(mb_string) == length of ucs2-le string. This is not the case. Count it after conversion. Jeremy. (This used to be commit f82c273a42f930c7152cfab84394781744815e0e)
2002-10-21Merge.Tim Potter1-0/+5
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-10-21Merge of validiation cleanups from head.Tim Potter1-9/+16
(This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
2002-05-27Fixed compiler warning.Tim Potter1-2/+3
(This used to be commit 736eb3c7485c0e65a463f14f27ada55a1a3fd453)
2002-05-20Remove level and name fields from dictionary copy in py_to_FORM()Tim Potter1-4/+9
(This used to be commit ac15442579848f145dbdce6d51207321c4150c25)
2002-05-17Add level field when converting FORM_1 to dict.Tim Potter1-1/+17
More error checking when converting from dict to FORM_1. (This used to be commit 608b9ab29dca820d29a40a2c5df86c1ff7e751a9)
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter1-0/+57
and exception throwing. (This used to be commit ed0a6480f75b3eefc52bc3311d8c3816abefcff2)