hunyadi-dev commented on a change in pull request #884:
URL: https://github.com/apache/nifi-minifi-cpp/pull/884#discussion_r484268701



##########
File path: nanofi/src/core/cstream.c
##########
@@ -149,7 +149,7 @@ int readUTFLen(uint32_t * utflen, cstream * stream) {
 }
 
 int readUTF(char * buf, uint32_t buflen, cstream * stream) {
-  //return stream->impl->readData((uint8_t*)buf, buflen);
+  // return stream->impl->readData((uint8_t*)buf, buflen);

Review comment:
       Deleted.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to