From 6af25479c34b7674afa4ee697880cf60c5f42c81 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Thu, 4 Oct 2001 16:53:21 +0000 Subject: [PATCH] fix of illegal construct detected by the icc compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@2975 27541ba8-7e3a-0410-8455-c3a389f83636 --- sapdb/src/TSapDBRow.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapdb/src/TSapDBRow.cxx b/sapdb/src/TSapDBRow.cxx index 3968a1c5bf1..29ed9f8d235 100644 --- a/sapdb/src/TSapDBRow.cxx +++ b/sapdb/src/TSapDBRow.cxx @@ -1,4 +1,4 @@ -// @(#)root/sapdb:$Name:$:$Id:$ +// @(#)root/sapdb:$Name: $:$Id: TSapDBRow.cxx,v 1.1 2001/08/24 16:41:19 rdm Exp $ // Author: Mark Hemberger & Fons Rademakers 03/08/2001 /************************************************************************* @@ -133,7 +133,7 @@ const char *TSapDBRow::GetField(Int_t field) } SQLINTEGER strLenOrIndPtr; - SQLPOINTER targetValuePtr[columnSize]; + SQLPOINTER targetValuePtr[4000]; bufferLength = sizeof(targetValuePtr); if (SQLGetData(fResult, columnNumber, SQL_C_DEFAULT, targetValuePtr, -- GitLab