search for: 8c88402b2

Displaying 1 result from an estimated 1 matches for "8c88402b2".

2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...stry key ‘HKLM\\SOFTWARE\\%s\\%s’ with DisplayName ‘%s’ doesn't contain value ‘%s’") (String.concat "\\" path) name dispname uninstval; raise Not_found ); diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml index b82862f19..8c88402b2 100644 --- a/v2v/input_ova.ml +++ b/v2v/input_ova.ml @@ -280,7 +280,7 @@ object try find_file_in_tar ova filename with | Not_found -> - error (f_"file '%s' not found in the ova") filename + error (f_&q...