Skip to content

Commit

Permalink
Fix paths array init
Browse files Browse the repository at this point in the history
  • Loading branch information
bni committed Jun 22, 2011
1 parent 44226c5 commit 51a7404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Palm/SoundPlug/SoundPlug.cpp
Expand Up @@ -70,7 +70,7 @@ int main(int argc, char** argv)

// Initialize the arrays
for (int i = 0; i < MAX_SAMPLES; i++) {
strcpy(paths[0], "");
strcpy(paths[i], "");
samples[i] = NULL;
}

Expand Down

0 comments on commit 51a7404

Please sign in to comment.