safer data types multiplication
This commit is contained in:
+2
-1
@@ -17,6 +17,7 @@ struct Parameters {
|
||||
|
||||
typedef struct Parameters parameters;
|
||||
|
||||
typedef void line_fn(unsigned short y, unsigned char *data_buffer);
|
||||
typedef void line_fn(unsigned short y, unsigned char *data_buffer,
|
||||
unsigned int len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user