Skip to content

Commit

Permalink
fixed bug of uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
steffennissen committed Jun 23, 2012
1 parent c8c09c8 commit 5c38041
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 0 deletions.
Binary file modified bin/fanndouble.dll
Binary file not shown.
Binary file modified bin/fanndouble.lib
Binary file not shown.
Binary file modified bin/fannfixed.dll
Binary file not shown.
Binary file modified bin/fannfixed.lib
Binary file not shown.
Binary file modified bin/fannfloat.dll
Binary file not shown.
Binary file modified bin/fannfloat.lib
Binary file not shown.
1 change: 1 addition & 0 deletions src/fann.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ FANN_EXTERNAL struct fann *FANN_API fann_create_shortcut(unsigned int num_layers
}

va_start(layer_sizes, num_layers);
status = 1;
for(i = 0; i < (int) num_layers; i++)
{
arg = va_arg(layer_sizes, unsigned int);
Expand Down

0 comments on commit 5c38041

Please sign in to comment.