Skip to content

Commit

Permalink
FIX: warning: differs in levels of indirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 21, 2023
1 parent 6e8f18d commit 1742fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/os/win32/host-image.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**
** REBOL [R3] Language Interpreter and Run-time Environment
**
** Copyright 2019 Oldes
** Copyright 2019-2023 Oldes
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -42,7 +42,7 @@
**
***********************************************************************/
{
DecodeImageFromFile(uri, frame, codi);
DecodeImageFromFile((PCWSTR*)uri, frame, codi);
}

/***********************************************************************
Expand All @@ -53,7 +53,7 @@
**
***********************************************************************/
{
EncodeImageToFile(uri, codi);
EncodeImageToFile((PCWSTR*)uri, codi);
}

/***********************************************************************
Expand Down

0 comments on commit 1742fa8

Please sign in to comment.