Changeset 4420 for trunk/Ohana/src/opihi/dvo/dmagaves.c
- Timestamp:
- Jun 28, 2005, 2:40:42 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dmagaves.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dmagaves.c
r3462 r4420 41 41 if (!GetPhotcodeInfo (argv[1], &code[0], &mode[0])) return (FALSE); 42 42 if (!GetPhotcodeInfo (argv[3], &code[1], &mode[1])) return (FALSE); 43 if ((param = GetAverageParam (argv[5])) == AVE_ZERO) return (FALSE); 43 if ((param = GetAverageParam (argv[5])) == AVE_ZERO) { 44 GetAverageParamHelp (); 45 return (FALSE); 46 } 44 47 code[2] = GetPhotcodeEquivbyCode (code[0][0].code); 45 48 mode[2] = mode[0];
Note:
See TracChangeset
for help on using the changeset viewer.
