Skip to content

Commit

Permalink
mmem catalog fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed May 18, 2020
1 parent c16f20c commit 6a34e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/scpi/mmem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void catalogCallback(void *param, const char *name, FileType type, size_t size)
}

// max. 10 characters
static const char *scpiTypeName = getFileTypeScpiName(type);
const char *scpiTypeName = getFileTypeScpiName(type);

buffer[position++] = ',';
strcpy(buffer + position, scpiTypeName);
Expand Down

0 comments on commit 6a34e27

Please sign in to comment.