From f069aaa6715e346c83cde78a04919fa8fdf01672 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 27 Nov 2002 21:00:55 +0000 Subject: Fix comment - 850 -> iso8859-1 Jeremy. (This used to be commit 6639693746ba4c8f6622325ac143f8b1b3bd7538) --- source3/python/py_tdbpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/python/py_tdbpack.c b/source3/python/py_tdbpack.c index b79f96dbc6..d70937e8e0 100644 --- a/source3/python/py_tdbpack.c +++ b/source3/python/py_tdbpack.c @@ -69,7 +69,7 @@ to be the same as the default Python encoding). tdbpack format strings: - 'f': NUL-terminated string in codepage 850 + 'f': NUL-terminated string in codepage iso8859-1 'P': same as 'f' -- cgit