Skip to content

Commit

Permalink
Added comment lines from original patch submission. no code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clay_shooter committed Aug 5, 2015
1 parent 5dabfa0 commit 80603ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jacob/jni/Dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ JNIEXPORT jobject JNICALL Java_com_jacob_com_Dispatch_invokev
buf = CreateErrorMsgFromInfo(hr, &excepInfo, nm);
env->ReleaseStringUTFChars(name, nm);
} else {
//the dispid was passed in not the name.
//make space for the id string
dispIdAsName = new char[256];
// get the id string
_itoa_s (dispID, dispIdAsName, 256,10);
Expand Down

0 comments on commit 80603ee

Please sign in to comment.