Skip to content

Commit e14ed06

Browse files
authored
Add blockquotes for error messages in range [C1081, C1110]
1 parent 6d9d959 commit e14ed06

16 files changed

+16
-16
lines changed

docs/error-messages/compiler-errors-1/fatal-error-c1081.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: e58adf17-cbe1-4955-a5c7-80622bbba249
88
---
99
# Fatal Error C1081
1010

11-
'symbol': file name too long
11+
> 'symbol': file name too long
1212
1313
The length of a file pathname exceeds `_MAX_PATH` (defined by STDLIB.h as 260 characters). Shorten the name of the file.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1082.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 173179f1-1e14-4a91-9451-122f8a53c0b8
88
---
99
# Fatal Error C1082
1010

11-
Cannot close filetype file: 'file': message
11+
> Cannot close filetype file: 'file': message
1212
1313
If the message says "bad file number", the file may have been closing in the foreground while compiling in the background.

docs/error-messages/compiler-errors-1/fatal-error-c1084.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: b2f273ef-3a14-4d5f-8ce0-7a11a0388fe6
88
---
99
# Fatal Error C1084
1010

11-
Cannot read filetype file: 'file': message
11+
> Cannot read filetype file: 'file': message
1212
1313
This error is generally the result of a failed internal system API call made by the compiler. The message shown when this error is encountered is often generated by either [_wcserror_s](../../c-runtime-library/reference/strerror-s-strerror-s-wcserror-s-wcserror-s.md) or [FormatMessage](/windows/win32/api/winbase/nf-winbase-formatmessage).
1414

docs/error-messages/compiler-errors-1/fatal-error-c1085.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: f2766365-d09b-4299-8a98-12e5aca98568
88
---
99
# Fatal Error C1085
1010

11-
Cannot write filetype file: 'file': message
11+
> Cannot write filetype file: 'file': message
1212
1313
### To fix by checking the following possible causes
1414

docs/error-messages/compiler-errors-1/fatal-error-c1086.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 8e3c32c9-cafe-48bf-87bf-f70a1f0367f0
88
---
99
# Fatal Error C1086
1010

11-
Cannot seek filetype file: 'file': message
11+
> Cannot seek filetype file: 'file': message
1212
1313
The compiler cannot complete an I/O operation.

docs/error-messages/compiler-errors-1/fatal-error-c1087.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 2fb4c14e-c6ea-45e4-8ce5-a51d15811a01
88
---
99
# Fatal Error C1087
1010

11-
Cannot tell filetype file: 'file': message
11+
> Cannot tell filetype file: 'file': message
1212
1313
The compiler cannot complete an I/O operation.

docs/error-messages/compiler-errors-1/fatal-error-c1088.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: e61ebbb4-ab50-4a66-b2f6-3cc4400d8511
88
---
99
# Fatal Error C1088
1010

11-
Cannot flush filetype file: 'file': message
11+
> Cannot flush filetype file: 'file': message
1212
1313
The compiler cannot complete an I/O operation.

docs/error-messages/compiler-errors-1/fatal-error-c1089.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: c4f1e8e5-62c5-464a-9112-99b0790a0fb7
88
---
99
# Fatal Error C1089
1010

11-
Cannot truncate filetype file: 'file': message
11+
> Cannot truncate filetype file: 'file': message
1212
1313
The compiler cannot shrink a file to zero length.

docs/error-messages/compiler-errors-1/fatal-error-c1091.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 812d4201-9154-48b0-b9af-5959c082ca33
88
---
99
# Fatal Error C1091
1010

11-
compiler limit: string exceeds 'length' bytes in length
11+
> compiler limit: string exceeds 'length' bytes in length
1212
1313
A string constant exceeded the current limit on the length of strings.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1092.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: bcaa87f0-fbfc-4a33-844b-3b9f5d67f279
88
---
99
# Fatal Error C1092
1010

11-
Edit and Continue does not support changes to data types; build required
11+
> Edit and Continue does not support changes to data types; build required
1212
1313
You changed or added a data type since the last successful build.
1414

0 commit comments

Comments
 (0)