[commit] r1288 - trunk/GME/Common
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Apr 26 13:29:55 CDT 2011
Author: ksmyth
Date: Tue Apr 26 13:29:55 2011
New Revision: 1288
Log:
FIXME
Modified:
trunk/GME/Common/CommonSmart.cpp
Modified: trunk/GME/Common/CommonSmart.cpp
==============================================================================
--- trunk/GME/Common/CommonSmart.cpp Tue Apr 26 13:29:43 2011 (r1287)
+++ trunk/GME/Common/CommonSmart.cpp Tue Apr 26 13:29:55 2011 (r1288)
@@ -193,6 +193,7 @@
COMTHROW( SafeArrayAccessData(*p, (void**)&q) );
ASSERT( q != NULL );
+ // FIXME: how about memcpy?
while( start < end )
{
*q = *start;
More information about the gme-commit
mailing list