piql / insight

Archival packages insight application
GNU General Public License v3.0
8 stars 3 forks source link

Make sure to initialize search result before returning it #1

Closed petterreinholdtsen closed 5 years ago

petterreinholdtsen commented 5 years ago

The compiler complained that the 'res' variable can be used without being initialized. To make sure this do not happen, I defined it to the undefined value when it is decleared.