Skip to content

Commit

Permalink
does this solve issue 9?
Browse files Browse the repository at this point in the history
  • Loading branch information
interactive-matter committed Feb 27, 2011
1 parent 7d5f134 commit e5f3674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aJSON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ aJsonClass::printValue(aJsonObject *item, FILE* stream)
switch (item->type)
{
case aJson_NULL:
result = fprintf(stream, PSTR("null"));
result = fprintf_P(stream, PSTR("null"));
break;
case aJson_False:
result = fprintf_P(stream, PSTR("false"));
Expand Down

0 comments on commit e5f3674

Please sign in to comment.