Skip to content

Commit b8f43fc

Browse files
author
tolATsicsDOTse
committed
Fixed debug msg in windows
1 parent acbc334 commit b8f43fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_DataObject.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void _DataObject::init(pyisc::Format* format) {
2222
isc_data_obj = new ::DataObject(format->get_isc_format());
2323
data_format = format;
2424

25-
if(DEBUG)
25+
if(DEBUGISC)
2626
printf("Create _DataObject\n");
2727
}
2828

@@ -50,7 +50,7 @@ _DataObject::_DataObject(::DataObject* data_object) {
5050
}
5151

5252
_DataObject::~_DataObject() {
53-
if(DEBUG) {
53+
if(DEBUGISC) {
5454
printf("Delete object");
5555
}
5656
if (is_data_obj_created && isc_data_obj) {

0 commit comments

Comments
 (0)