Skip to content

Commit

Permalink
typo plus releaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Aug 14, 2018
1 parent 7599eb5 commit fdd0ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Opcodes/serial.c
Expand Up @@ -350,7 +350,7 @@ int32_t serialEnd(CSOUND *csound, SERIALEND *p)
q = (SERIAL_GLOBALS*) csound->QueryGlobalVariable(csound,
"serialGlobals_");
if (UNLIKELY(q = NULL))
return csound->PerfError(csound, &(&(p->h)("Nothing to close"));
return csound->PerfError(csound, &(p->h), Str(("Nothing to close"));
CloseHandle((HANDLE)q->handles[(int32_t)p->port]);
q->handles[(int32_t)*p->port] = NULL;
#else
Expand Down
2 changes: 2 additions & 0 deletions Release_Notes/Version_6.12.md
Expand Up @@ -60,6 +60,8 @@ audio file. This should preserve most compatibility issues.

- Nesting macro calls more than about 10 caused a crash; now unlimited nesting works

- runime error message now (usually) include a line number and a file/macro trace

### Score

- New preprocessor option #includestr. This is like #include but has
Expand Down

0 comments on commit fdd0ee8

Please sign in to comment.