Skip to content
Snippets Groups Projects
Commit 6af25479 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

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
parent bde42184
No related branches found
No related tags found
No related merge requests found
// @(#)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 // Author: Mark Hemberger & Fons Rademakers 03/08/2001
/************************************************************************* /*************************************************************************
...@@ -133,7 +133,7 @@ const char *TSapDBRow::GetField(Int_t field) ...@@ -133,7 +133,7 @@ const char *TSapDBRow::GetField(Int_t field)
} }
SQLINTEGER strLenOrIndPtr; SQLINTEGER strLenOrIndPtr;
SQLPOINTER targetValuePtr[columnSize]; SQLPOINTER targetValuePtr[4000];
bufferLength = sizeof(targetValuePtr); bufferLength = sizeof(targetValuePtr);
if (SQLGetData(fResult, columnNumber, SQL_C_DEFAULT, targetValuePtr, if (SQLGetData(fResult, columnNumber, SQL_C_DEFAULT, targetValuePtr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment