kinect_upload_fw: fix assigning a string literal to a 'char *'
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:13:09 +0000 (23:13 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:40:12 +0000 (23:40 +0200)
commitb1db4ec521ced6df13a131ad070858c3dc422dc8
tree06cecb8e1f94ef426d42868ed40e212c7e5ae056
parent4df37579a5b8c8aff444a4431907a35c3e01e3ec
kinect_upload_fw: fix assigning a string literal to a 'char *'

kinect_upload_fw.c:118:19: error: initialization discards â€˜const’ qualifier from pointer target type

A string literals can be seen as "const char *" or as array of chars,
I like the second interpretation better.
kinect_upload_fw/kinect_upload_fw.c