From 1042a275fe50e0939ca7f28e268be8dab8fefd9f Mon Sep 17 00:00:00 2001 From: "bar@mysql.com" <> Date: Mon, 11 Jul 2005 16:51:39 +0500 Subject: [PATCH] field_conv.cc: Identation fix --- sql/field_conv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/field_conv.cc b/sql/field_conv.cc index 625586d8c9b..a447716a818 100644 --- a/sql/field_conv.cc +++ b/sql/field_conv.cc @@ -347,7 +347,7 @@ static void do_cut_string(Copy_field *copy) if (copy_length < copy->to_length) cs->cset->fill(cs, copy->to_ptr + copy_length, - copy->to_length - copy_length, ' '); + copy->to_length - copy_length, ' '); }